# WebP Exporter (cwebp) – v1.0.1

Se vedi "cwebp non trovato", su macOS è spesso perché le app GUI (come Lightroom) non ereditano il PATH della shell.
Soluzione consigliata: imposta il percorso completo a cwebp.

## Install cwebp
- Homebrew: `brew install webp` (cwebp viene installato insieme al pacchetto webp)
- Binari precompilati: Google WebP utilities (cwebp)

## Path tipici (macOS)
- Apple Silicon: /opt/homebrew/bin/cwebp
- Intel: /usr/local/bin/cwebp

## Opzione alternativa
Copia cwebp dentro: LightroomWebPExport.lrplugin/bin/cwebp (chmod +x).
Se macOS blocca l'esecuzione, rimuovi la quarantena (Gatekeeper): `xattr -d com.apple.quarantine /percorso/cwebp`


v1.1.2
- Fixed Windows command execution/quoting for cwebp path.
- Accepts pasted paths with surrounding quotes.
- Windows PATH fallback uses `where cwebp`.
